home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / python2.5 / bsddb / db.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2007-05-11  |  483 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. if __name__.startswith('bsddb3.'):
  5.     from _pybsddb import *
  6.     from _pybsddb import __version__
  7. else:
  8.     from _bsddb import *
  9.     from _bsddb import __version__
  10. if version() < (3, 2, 0):
  11.     raise ImportError, 'correct BerkeleyDB symbols not found.  Perhaps python was statically linked with an older version?'
  12.  
  13.